home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / program / prtrep51.zip / REPCP_16.ZIP / PRINTWIZ.DFM / PRINTWIZ.txt
Text File  |  1996-06-21  |  3KB  |  142 lines

  1. object PrintDialog1: TPrintDialog1
  2.   Left = 235
  3.   Top = 160
  4.   BorderStyle = bsDialog
  5.   Caption = 'Print Status'
  6.   ClientHeight = 289
  7.   ClientWidth = 390
  8.   Font.Color = clBlack
  9.   Font.Height = -14
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = [fsBold]
  12.   FormStyle = fsStayOnTop
  13.   PixelsPerInch = 120
  14.   Position = poScreenCenter
  15.   Visible = True
  16.   OnActivate = FormActivate
  17.   OnCreate = FormCreate
  18.   TextHeight = 16
  19.   object Bevel1: TBevel
  20.     Left = 10
  21.     Top = 10
  22.     Width = 369
  23.     Height = 207
  24.     Shape = bsFrame
  25.     IsControl = True
  26.   end
  27.   object Label2: TLabel
  28.     Left = 136
  29.     Top = 24
  30.     Width = 91
  31.     Height = 17
  32.     Caption = 'Formatting for'
  33.     Font.Color = clBlack
  34.     Font.Height = -15
  35.     Font.Name = 'Arial'
  36.     Font.Style = []
  37.     ParentFont = False
  38.   end
  39.   object Label3: TLabel
  40.     Left = 168
  41.     Top = 88
  42.     Width = 34
  43.     Height = 17
  44.     Caption = 'Page'
  45.     Font.Color = clBlack
  46.     Font.Height = -15
  47.     Font.Name = 'Arial'
  48.     Font.Style = []
  49.     ParentFont = False
  50.   end
  51.   object Label4: TLabel
  52.     Left = 8
  53.     Top = 224
  54.     Width = 143
  55.     Height = 17
  56.     Alignment = taCenter
  57.     Caption = 'Software Compiled by'
  58.     Font.Color = clBlack
  59.     Font.Height = -15
  60.     Font.Name = 'Arial'
  61.     Font.Style = []
  62.     ParentFont = False
  63.   end
  64.   object Label1: TLabel
  65.     Left = 160
  66.     Top = 156
  67.     Width = 53
  68.     Height = 17
  69.     Caption = 'Status'
  70.     Font.Color = clBlack
  71.     Font.Height = -15
  72.     Font.Name = 'Arial'
  73.     Font.Style = []
  74.     ParentFont = False
  75.   end
  76.   object CancelBtn: TBitBtn
  77.     Left = 304
  78.     Top = 234
  79.     Width = 75
  80.     Height = 33
  81.     Caption = '&Abort'
  82.     TabOrder = 0
  83.     OnClick = CancelBtnClick
  84.     Kind = bkCancel
  85.     Margin = 2
  86.     Spacing = -1
  87.     IsControl = True
  88.   end
  89.   object Licensed: TEdit
  90.     Left = 8
  91.     Top = 252
  92.     Width = 293
  93.     Height = 25
  94.     BorderStyle = bsNone
  95.     Color = clBtnFace
  96.     Ctl3D = False
  97.     Font.Color = clBlack
  98.     Font.Height = -13
  99.     Font.Name = 'Arial'
  100.     Font.Style = []
  101.     ParentCtl3D = False
  102.     ParentFont = False
  103.     TabOrder = 1
  104.   end
  105.   object Page: TEdit
  106.     Left = 20
  107.     Top = 112
  108.     Width = 349
  109.     Height = 25
  110.     Font.Color = clBlack
  111.     Font.Height = -15
  112.     Font.Name = 'Arial'
  113.     Font.Style = []
  114.     ParentFont = False
  115.     TabOrder = 2
  116.   end
  117.   object ToPrinter: TEdit
  118.     Left = 20
  119.     Top = 48
  120.     Width = 349
  121.     Height = 25
  122.     Font.Color = clBlack
  123.     Font.Height = -15
  124.     Font.Name = 'Arial'
  125.     Font.Style = []
  126.     ParentFont = False
  127.     TabOrder = 3
  128.   end
  129.   object Status: TEdit
  130.     Left = 20
  131.     Top = 180
  132.     Width = 349
  133.     Height = 25
  134.     Font.Color = clBlack
  135.     Font.Height = -15
  136.     Font.Name = 'Arial'
  137.     Font.Style = []
  138.     ParentFont = False
  139.     TabOrder = 4
  140.   end
  141. end
  142.